Auto merge of #5103 - alexcrichton:no-hamcrest, r=matklad
authorbors <bors@rust-lang.org>
Thu, 1 Mar 2018 19:48:18 +0000 (19:48 +0000)
committerbors <bors@rust-lang.org>
Thu, 1 Mar 2018 19:48:18 +0000 (19:48 +0000)
commitd363109ceed82533f9ee00600d9d9278f7e1f5b5
treef41ec58efd96e104fdd2df2f9655bed7d1541dad
parentf55b326e1f813c682dab710a03ebc3b91e7483fa
parent2a063798eb2a77e374dbe40af25ad25777678f1f
Auto merge of #5103 - alexcrichton:no-hamcrest, r=matklad

Drop outdated hamcrest dependency

This hasn't been updated in awhile and in general we've been barely using it.
This drops the outdated dependency and vendors a small amount of the
functionality that it provided. I think eventually we'll want to transition away
from this method of assertions but I wanted to get this piece in to avoid too
much churn in one commit.